.. _`Transform Text`: .. _`org.sysess.sympathy.machinelearning.transform_text`: Transform Text ============== .. image:: transform_text.svg :width: 48 Applies a transformation model to the given text data **Documentation** Applies a transformation model to the given text data *Configuration*: - *names method* Method used to generate output names - *transpose* Transposes output data, suitable for large number of features (eg. word counts) *Input ports*: **in-model** : model Input model **X** : [text] X *Output ports*: **output** : table Output table **Definition** *Input ports* :in-model: model Input model :X: [text] X *Output ports* :output: table Output table .. automodule:: node_application .. class:: TransformText